Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.drive.sync.roots.cache--caches

This contribution is part of XML component org.nuxeo.drive.sync.roots.cache inside nuxeo-runtime-7.10-HF06.jar /opt/tmp/tmp-explorer/nuxeo-cap-7.10-tomcat/nxserver/config/nuxeodrive-sync-roots-cache-config.xml

Extension Point

Extension point caches of component CacheService.

Contributed Items

  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="driveSyncRoot">
          <option name="maxSize">10000</option>
          <option name="concurrencyLevel">4</option>
          <ttl>1</ttl>
        </cache>
  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="driveCollectionSyncRootMember">
          <option name="maxSize">10000</option>
          <option name="concurrencyLevel">4</option>
          <ttl>1</ttl>
        </cache>

XML Source

<extension point="caches" target="org.nuxeo.ecm.core.cache.CacheService">

    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="driveSyncRoot">
      <option name="maxSize">10000</option>
      <option name="concurrencyLevel">4</option>
      <ttl>1</ttl>
    </cache>

    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="driveCollectionSyncRootMember">
      <option name="maxSize">10000</option>
      <option name="concurrencyLevel">4</option>
      <ttl>1</ttl>
    </cache>

  </extension>